home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / wayfares.ctl < prev    next >
Text File  |  2000-05-12  |  702b  |  28 lines

  1. -- RCSVER $Id: wayfares.ctl,v 1.1 2000-05-03 12:29:32-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        wayfares.ctl
  6. -- Date:     06/03/1999
  7. -- memo:        Evan M. Ghormley    
  8. -- Description:    Load the data for the wayfares table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE wayfares
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.         fareset,
  18.         fare,
  19.         descriptor,
  20.         dvariable,
  21.         price,
  22.         expcode,
  23.         ntrips,
  24.         config_num
  25.   
  26. )
  27. begindata
  28.